Click or drag to resize

ServiceMoveItem Method (IListItemId, StandardFolder)

Moves multiple items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> MoveItem(
	IList<ItemId> items,
	StandardFolder standardFolder
)

Parameters

items
Type: System.Collections.GenericIListItemId
The IDs of the items to move.
standardFolder
Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to move the items to.

Return Value

Type: IListItemInfoResponse
A collection of move results for each of the specified item IDs.
See Also